Documents for PDF, .NET Edition Documentation
AddRange Method (OwnedCollectionBase<TItem>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > OwnedCollectionBase<TItem> Class : AddRange Method
The collection containing items to add.
Adds all items from items to this collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items As System.Collections.Generic.IEnumerable(Of TItem) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<TItem> items
)

Parameters

items
The collection containing items to add.
See Also

Reference

OwnedCollectionBase<TItem> Class
OwnedCollectionBase<TItem> Members